1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmBarcode
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmBarcode))
26         Me.GroupBox1 = New System.Windows.Forms.GroupBox
27         Me.cmdremove = New System.Windows.Forms.Button
28         Me.cmdadd = New System.Windows.Forms.Button
29         Me.lstbarcode = New System.Windows.Forms.ListView
30         Me.colBarcode = New System.Windows.Forms.ColumnHeader
31         Me.colname = New System.Windows.Forms.ColumnHeader
32         Me.coldesc = New System.Windows.Forms.ColumnHeader
33         Me.lstitem = New System.Windows.Forms.ListView
34         Me.cmdPrint = New System.Windows.Forms.Button
35         Me.cmdcancel = New System.Windows.Forms.Button
36         Me.Panel1 = New System.Windows.Forms.Panel
37         Me.Label2 = New System.Windows.Forms.Label
38         Me.Label1 = New System.Windows.Forms.Label
39         Me.PictureBox1 = New System.Windows.Forms.PictureBox
40         Me.GroupBox2 = New System.Windows.Forms.GroupBox
41         Me.rbsingle = New System.Windows.Forms.RadioButton
42         Me.rbmultiple = New System.Windows.Forms.RadioButton
43         Me.cmdok = New System.Windows.Forms.Button
44         Me.cmdcancel2 = New System.Windows.Forms.Button
45         Me.Label3 = New System.Windows.Forms.Label
46         Me.txtpcs = New System.Windows.Forms.TextBox
47         Me.GroupBox1.SuspendLayout()
48         Me.Panel1.SuspendLayout()
49         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
50         Me.GroupBox2.SuspendLayout()
51         Me.SuspendLayout()
52         
'
53         
'GroupBox1
54         
'
55         Me.GroupBox1.Controls.Add(Me.GroupBox2)
56         Me.GroupBox1.Controls.Add(Me.cmdremove)
57         Me.GroupBox1.Controls.Add(Me.cmdadd)
58         Me.GroupBox1.Controls.Add(Me.lstbarcode)
59         Me.GroupBox1.Controls.Add(Me.lstitem)
60         Me.GroupBox1.Location = New System.Drawing.Point(
7, 31)
61         Me.GroupBox1.Name =
"GroupBox1"
62         Me.GroupBox1.Size = New System.Drawing.Size(
751, 345)
63         Me.GroupBox1.TabIndex =
0
64         Me.GroupBox1.TabStop = False
65         
'
66         
'cmdremove
67         
'
68         Me.cmdremove.Location = New System.Drawing.Point(
340, 169)
69         Me.cmdremove.Name =
"cmdremove"
70         Me.cmdremove.Size = New System.Drawing.Size(
49, 23)
71         Me.cmdremove.TabIndex =
3
72         Me.cmdremove.Text =
"<<"
73         Me.cmdremove.UseVisualStyleBackColor = True
74         
'
75         
'cmdadd
76         
'
77         Me.cmdadd.Location = New System.Drawing.Point(
340, 140)
78         Me.cmdadd.Name =
"cmdadd"
79         Me.cmdadd.Size = New System.Drawing.Size(
49, 23)
80         Me.cmdadd.TabIndex =
2
81         Me.cmdadd.Text =
">>"
82         Me.cmdadd.UseVisualStyleBackColor = True
83         
'
84         
'lstbarcode
85         
'
86         Me.lstbarcode.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.colBarcode, Me.colname, Me.coldesc})
87         Me.lstbarcode.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
88         Me.lstbarcode.FullRowSelect = True
89         Me.lstbarcode.GridLines = True
90         Me.lstbarcode.Location = New System.Drawing.Point(
395, 19)
91         Me.lstbarcode.Name =
"lstbarcode"
92         Me.lstbarcode.Size = New System.Drawing.Size(
343, 313)
93         Me.lstbarcode.TabIndex =
1
94         Me.lstbarcode.UseCompatibleStateImageBehavior = False
95         Me.lstbarcode.View = System.Windows.Forms.View.Details
96         
'
97         
'colBarcode
98         
'
99         Me.colBarcode.Text =
"Barcode"
100         Me.colBarcode.Width =
100
101         
'
102         
'colname
103         
'
104         Me.colname.Text =
"Name"
105         Me.colname.Width =
120
106         
'
107         
'coldesc
108         
'
109         Me.coldesc.Text =
"Description"
110         Me.coldesc.Width =
100
111         
'
112         
'lstitem
113         
'
114         Me.lstitem.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
115         Me.lstitem.FullRowSelect = True
116         Me.lstitem.GridLines = True
117         Me.lstitem.Location = New System.Drawing.Point(
6, 19)
118         Me.lstitem.Name =
"lstitem"
119         Me.lstitem.Size = New System.Drawing.Size(
328, 313)
120         Me.lstitem.TabIndex =
0
121         Me.lstitem.UseCompatibleStateImageBehavior = False
122         Me.lstitem.View = System.Windows.Forms.View.Details
123         
'
124         
'cmdPrint
125         
'
126         Me.cmdPrint.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
127         Me.cmdPrint.Location = New System.Drawing.Point(
597, 382)
128         Me.cmdPrint.Name =
"cmdPrint"
129         Me.cmdPrint.Size = New System.Drawing.Size(
75, 27)
130         Me.cmdPrint.TabIndex =
1
131         Me.cmdPrint.Text =
"&Print"
132         Me.cmdPrint.UseVisualStyleBackColor = True
133         
'
134         
'cmdcancel
135         
'
136         Me.cmdcancel.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
137         Me.cmdcancel.Location = New System.Drawing.Point(
678, 382)
138         Me.cmdcancel.Name =
"cmdcancel"
139         Me.cmdcancel.Size = New System.Drawing.Size(
75, 27)
140         Me.cmdcancel.TabIndex =
2
141         Me.cmdcancel.Text =
"&Cancel"
142         Me.cmdcancel.UseVisualStyleBackColor = True
143         
'
144         
'Panel1
145         
'
146         Me.Panel1.Controls.Add(Me.Label2)
147         Me.Panel1.Controls.Add(Me.Label1)
148         Me.Panel1.Controls.Add(Me.PictureBox1)
149         Me.Panel1.Location = New System.Drawing.Point(
7, 0)
150         Me.Panel1.Name =
"Panel1"
151         Me.Panel1.Size = New System.Drawing.Size(
577, 36)
152         Me.Panel1.TabIndex =
3
153         
'
154         
'Label2
155         
'
156         Me.Label2.AutoSize = True
157         Me.Label2.Location = New System.Drawing.Point(
53, 22)
158         Me.Label2.Name =
"Label2"
159         Me.Label2.Size = New System.Drawing.Size(
298, 13)
160         Me.Label2.TabIndex =
2
161         Me.Label2.Text =
"Select item and print them with their corresponding barcodes"
162         
'
163         
'Label1
164         
'
165         Me.Label1.AutoSize = True
166         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
167         Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
168         Me.Label1.Location = New System.Drawing.Point(
52, 3)
169         Me.Label1.Name =
"Label1"
170         Me.Label1.Size = New System.Drawing.Size(
83, 19)
171         Me.Label1.TabIndex =
1
172         Me.Label1.Text =
"Barcodes"
173         
'
174         
'PictureBox1
175         
'
176         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
177         Me.PictureBox1.Location = New System.Drawing.Point(
6, 3)
178         Me.PictureBox1.Name =
"PictureBox1"
179         Me.PictureBox1.Size = New System.Drawing.Size(
40, 30)
180         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
181         Me.PictureBox1.TabIndex =
0
182         Me.PictureBox1.TabStop = False
183         
'
184         
'GroupBox2
185         
'
186         Me.GroupBox2.Controls.Add(Me.txtpcs)
187         Me.GroupBox2.Controls.Add(Me.Label3)
188         Me.GroupBox2.Controls.Add(Me.cmdcancel2)
189         Me.GroupBox2.Controls.Add(Me.cmdok)
190         Me.GroupBox2.Controls.Add(Me.rbmultiple)
191         Me.GroupBox2.Controls.Add(Me.rbsingle)
192         Me.GroupBox2.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
193         Me.GroupBox2.Location = New System.Drawing.Point(
202, 109)
194         Me.GroupBox2.Name =
"GroupBox2"
195         Me.GroupBox2.Size = New System.Drawing.Size(
346, 125)
196         Me.GroupBox2.TabIndex =
4
197         Me.GroupBox2.TabStop = False
198         Me.GroupBox2.Text =
"Printing Option"
199         
'
200         
'rbsingle
201         
'
202         Me.rbsingle.AutoSize = True
203         Me.rbsingle.Checked = True
204         Me.rbsingle.Location = New System.Drawing.Point(
16, 20)
205         Me.rbsingle.Name =
"rbsingle"
206         Me.rbsingle.Size = New System.Drawing.Size(
159, 17)
207         Me.rbsingle.TabIndex =
0
208         Me.rbsingle.TabStop = True
209         Me.rbsingle.Text =
"Print per single barcode"
210         Me.rbsingle.UseVisualStyleBackColor = True
211         
'
212         
'rbmultiple
213         
'
214         Me.rbmultiple.AutoSize = True
215         Me.rbmultiple.Location = New System.Drawing.Point(
16, 43)
216         Me.rbmultiple.Name =
"rbmultiple"
217         Me.rbmultiple.Size = New System.Drawing.Size(
192, 17)
218         Me.rbmultiple.TabIndex =
1
219         Me.rbmultiple.TabStop = True
220         Me.rbmultiple.Text =
"Print multiple no. per barcode"
221         Me.rbmultiple.UseVisualStyleBackColor = True
222         
'
223         
'cmdok
224         
'
225         Me.cmdok.Location = New System.Drawing.Point(
184, 89)
226         Me.cmdok.Name =
"cmdok"
227         Me.cmdok.Size = New System.Drawing.Size(
75, 27)
228         Me.cmdok.TabIndex =
2
229         Me.cmdok.Text =
"&Ok"
230         Me.cmdok.UseVisualStyleBackColor = True
231         
'
232         
'cmdcancel2
233         
'
234         Me.cmdcancel2.Location = New System.Drawing.Point(
265, 89)
235         Me.cmdcancel2.Name =
"cmdcancel2"
236         Me.cmdcancel2.Size = New System.Drawing.Size(
75, 27)
237         Me.cmdcancel2.TabIndex =
3
238         Me.cmdcancel2.Text =
"&Cancel"
239         Me.cmdcancel2.UseVisualStyleBackColor = True
240         
'
241         
'Label3
242         
'
243         Me.Label3.AutoSize = True
244         Me.Label3.Location = New System.Drawing.Point(
38, 68)
245         Me.Label3.Name =
"Label3"
246         Me.Label3.Size = New System.Drawing.Size(
137, 13)
247         Me.Label3.TabIndex =
4
248         Me.Label3.Text =
"No. of pcs per barcode :"
249         
'
250         
'txtpcs
251         
'
252         Me.txtpcs.Enabled = False
253         Me.txtpcs.Location = New System.Drawing.Point(
172, 60)
254         Me.txtpcs.Name =
"txtpcs"
255         Me.txtpcs.Size = New System.Drawing.Size(
100, 21)
256         Me.txtpcs.TabIndex =
5
257         
'
258         
'FrmBarcode
259         
'
260         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
261         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
262         Me.BackColor = System.Drawing.Color.WhiteSmoke
263         Me.ClientSize = New System.Drawing.Size(
765, 413)
264         Me.Controls.Add(Me.Panel1)
265         Me.Controls.Add(Me.cmdcancel)
266         Me.Controls.Add(Me.cmdPrint)
267         Me.Controls.Add(Me.GroupBox1)
268         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
269         Me.MaximizeBox = False
270         Me.MinimizeBox = False
271         Me.Name =
"FrmBarcode"
272         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
273         Me.Text =
"Barcode"
274         Me.GroupBox1.ResumeLayout(False)
275         Me.Panel1.ResumeLayout(False)
276         Me.Panel1.PerformLayout()
277         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
278         Me.GroupBox2.ResumeLayout(False)
279         Me.GroupBox2.PerformLayout()
280         Me.ResumeLayout(False)
281
282     End Sub
283     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
284     Friend WithEvents cmdremove As System.Windows.Forms.Button
285     Friend WithEvents cmdadd As System.Windows.Forms.Button
286     Friend WithEvents lstbarcode As System.Windows.Forms.ListView
287     Friend WithEvents lstitem As System.Windows.Forms.ListView
288     Friend WithEvents cmdPrint As System.Windows.Forms.Button
289     Friend WithEvents cmdcancel As System.Windows.Forms.Button
290     Friend WithEvents colBarcode As System.Windows.Forms.ColumnHeader
291     Friend WithEvents colname As System.Windows.Forms.ColumnHeader
292     Friend WithEvents coldesc As System.Windows.Forms.ColumnHeader
293     Friend WithEvents Panel1 As System.Windows.Forms.Panel
294     Friend WithEvents Label2 As System.Windows.Forms.Label
295     Friend WithEvents Label1 As System.Windows.Forms.Label
296     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
297     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
298     Friend WithEvents cmdok As System.Windows.Forms.Button
299     Friend WithEvents rbmultiple As System.Windows.Forms.RadioButton
300     Friend WithEvents rbsingle As System.Windows.Forms.RadioButton
301     Friend WithEvents txtpcs As System.Windows.Forms.TextBox
302     Friend WithEvents Label3 As System.Windows.Forms.Label
303     Friend WithEvents cmdcancel2 As System.Windows.Forms.Button
304 End Class


Gõ tìm kiếm nhanh...